docs: Add GtkListBox functions to their section and fix links
authorEmanuele Aina <emanuele.aina@collabora.com>
Mon, 24 Jun 2013 13:58:10 +0000 (15:58 +0200)
committerEmanuele Aina <emanuele.aina@collabora.com>
Thu, 27 Jun 2013 14:28:40 +0000 (16:28 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=702981

docs/reference/gtk/gtk3-sections.txt
gtk/gtklistbox.c

index f48b20bc209cdd488725c75e63c7cff5ad9f96c1..481c101c049c87b9a639e3066eee7c0e355615ca 100644 (file)
@@ -505,6 +505,9 @@ gtk_box_get_type
 <TITLE>GtkListBox</TITLE>
 GtkListBox
 GtkListBoxRow
+GtkListBoxFilterFunc
+GtkListBoxSortFunc
+GtkListBoxUpdateHeaderFunc
 
 gtk_list_box_new
 gtk_list_box_select_row
index a5f506562cc6168aa14f9a8856ada796ca7670ac..418d3e1d8d898c6fc2baebaf3a04f7907bc6e893 100644 (file)
@@ -2601,7 +2601,7 @@ gtk_list_box_row_real_size_allocate (GtkWidget     *widget,
  * @row: a #GtkListBoxRow
  *
  * Marks @row as changed, causing any state that depends on this
- * to be updated. This affects sorting, filtering and separators.
+ * to be updated. This affects sorting, filtering and headers.
  *
  * Note that calls to this method must be in sync with the data
  * used for the row functions. For instance, if the list is
@@ -2633,7 +2633,7 @@ gtk_list_box_row_changed (GtkListBoxRow *row)
  * @row: a #GtkListBoxRow
  *
  * Returns the current header of the @row. This can be used
- * in a  @GtkListBoxUpdateSeparatorFunc to see if there is a header
+ * in a #GtkListBoxUpdateHeaderFunc to see if there is a header
  * set already, and if so to update the state of it.
  *
  * Return value: (transfer none): the current header, or %NULL if none
@@ -2652,7 +2652,7 @@ gtk_list_box_row_get_header (GtkListBoxRow *row)
  * @header: (allow-none): the header, or %NULL
  *
  * Sets the current header of the @row. This is only allowed to be called
- * from a @GtkListBoxUpdateSeparatorFunc. It will replace any existing
+ * from a #GtkListBoxUpdateHeaderFunc. It will replace any existing
  * header in the row, and be shown in front of the row in the listbox.
  *
  * Since: 3.10